html {
	background-image:url(https://chasetrickery.neocities.org/front%20page%20stuff/picmix.com_1520896.gif);
}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: white;
    background-color: black;
    width: 1006px;
    margin: auto;
    padding: 0;
}

#header {
	margin: auto;
}

#container {
	border: #5b28d0 6px groove;
	width: 1000px;
	margin: auto;
}

#babyiris {
	float: right;
}

p {
    line-height: 21px;
}

h1 {
    color: #ffc;
    background-color: #af45bf;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
}

h2 {
    color: white;
    background-color: #af45bf;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

h3 {
    	color: white;
	background-color: #af45bf;
    	font-size: 1.25em;
}

img {
    border-style: 
    border-width: 
    border-color:
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: white;
    font-style: italic;
}


